In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangleF / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangleF~_ctor / GdPictureRectangleF Constructor(GdPicturePointF,GdPictureSizeF)

GdPictureRectangleF Constructor(GdPicturePointF,GdPictureSizeF)

In This Topic
Syntax
'Declaration

 

Public Function New( _

   ByVal location As GdPicturePointF, _

   ByVal size As GdPictureSizeF _

)
public GdPictureRectangleF( 

   GdPicturePointF location,

   GdPictureSizeF size

)
public GdPictureRectangleF( 

    location: GdPicturePointF;

    size: GdPictureSizeF

); 
public function GdPictureRectangleF( 

   location : GdPicturePointF,

   size : GdPictureSizeF

);
public: GdPictureRectangleF( 

   GdPicturePointF location,

   GdPictureSizeF size

)
public:

GdPictureRectangleF( 

   GdPicturePointF location,

   GdPictureSizeF size

)

Parameters

location
size
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangleF
GdPictureRectangleF Members
Overload List